ShutDwnRemove
ShutDwnRemove Remove shutdown procedure pointed toy shutDwnProc
#include <ShutDown.h> ShutDown Manager Data
void ShutDwnRemove( );
ProcPtr ShutDwnProc ; address of shut down procedure
returns none
ShutDwnRemove removes the shutdown procedure whose address is given
by the procedure pointer ShutDwnProc.
ShutDwnProc is the procedure you want removed.

Notes: This routine gets rid of the shut down procedure in every place it was
marked for execution (see ShutDwnInstall).